home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / clients / bitmap / bitmap.ad < prev    next >
Text File  |  1994-08-12  |  7KB  |  247 lines

  1.  
  2.  
  3. ! The App-defaults file for Bitmap.
  4.  
  5. *TransientShell.allowShellResize:    True
  6. *shapeStyle:                oval
  7. *cursor:                left_ptr
  8. *pane.orientation:            horizontal
  9.  
  10. *Form*top:                ChainTop
  11. *Form*bottom:                ChainTop
  12. *Form*left:                ChainLeft
  13. *Form*right:                ChainLeft
  14.  
  15. *MenuButton.leftBitmap:            menu12
  16. *form*width:                      120
  17. *form*height:                     15
  18.  
  19. *baseTranslations:#override\
  20.             Ctrl<Key>c:    do-quit()\n\
  21.             <Key>q:        do-quit()\n\
  22.             Ctrl<Key>n:    do-new()\n\
  23.             Ctrl<Key>f:    do-load()\n\
  24.             Ctrl<Key>i:    do-insert()\n\
  25.             Ctrl<Key>s:    do-save()\n\
  26.             Ctrl<Key>w:    do-save-as()\n\
  27.             Ctrl<Key>r:    do-resize()\n\
  28.             Ctrl<Key>x:    do-rescale()\n\
  29.             Ctrl<Key>e:    do-filename()\n\
  30.             Ctrl<Key>b:    do-basename()\n\
  31.             Meta<Key>i:    switch-image()\n\
  32.             Meta<Key>g:    switch-grid()\n\
  33.             Meta<Key>d:    switch-dashed()\n\
  34.             Meta<Key>a:    switch-axes()\n\
  35.             Meta<Key>s:    switch-stippled()\n\
  36.             Meta<Key>p:    switch-proportional()\n\
  37.             Meta<Key>z:    switch-zoom()\n\
  38.             Meta<Key>c:    do-cut()\n\
  39.             Meta<Key>w:    do-copy()\n\
  40.             Meta<Key>y:    do-paste()
  41.  
  42.  
  43. *Toggle.translations:    <EnterWindow>:        highlight(WhenUnset)\n\
  44.             <LeaveWindow>:        unhighlight()\n\
  45.             <Btn1Down>,<Btn1Up>:     set() notify()
  46.  
  47. *MenuButton.translations:<EnterWindow>:        highlight()\n\
  48.             <LeaveWindow>:      reset()\n\
  49.             <BtnDown>:          reset() fix-menu() PopupMenu()
  50.  
  51. *Dialog*baseTranslations:#override\
  52.             <Key>Return:    set-dialog-button(okay, yes, retry)\n\
  53.             Ctrl<Key>g:    set-dialog-button(cancel, abort)
  54. *image*baseTranslations:#override\
  55.             <Btn1Down>,<Btn1Up>:    switch-image()
  56. *image*width: 0
  57. *image*height: 0
  58. *image*Label.internalWidth: 0
  59. *image*Label.internalHeight: 0
  60. *image*normalImage.foreground: white
  61. *image*normalImage.background: black
  62. *image*invertedImage.foreground: black
  63. *image*invertedImage.background: white
  64.  
  65. *bitmap.cursor:                   tcross
  66. *bitmap.dashes:                Dashes
  67. *bitmap.stipple:            Stipple
  68. *bitmap.stippled:            on
  69.  
  70. *TransientShell.width:            300
  71.  
  72. *input*icon:                Term
  73. *qsave*icon:                Term
  74. *error*icon:                Excl
  75. *Dialog.yes.label:            Yes
  76. *Dialog.no.label:            No
  77. *Dialog.okay.label:            OK
  78. *Dialog.abort.label:            Abort
  79. *Dialog.cancel.label:            Cancel
  80. *Dialog.retry.label:            Retry
  81.  
  82. *MenuButton.width:            58
  83.  
  84. *SimpleMenu.width:            0
  85. *SimpleMenu.height:            0
  86. *SimpleMenu.cursor:            hand2
  87. *SimpleMenu.line.height:        0
  88.  
  89. *fileButton.label:            File
  90. *fileButton.menuName:            fileMenu
  91.  
  92. *editButton.label:            Edit
  93. *editButton.fromHoriz:             fileButton
  94. *editButton.menuName:            editMenu
  95.  
  96. *formy.status*top:            ChainTop
  97. *formy.status*bottom:            ChainTop
  98. *formy.status*left:            ChainLeft
  99. *formy.status*right:            ChainRight
  100. *status.fromHoriz:            editButton
  101. *status.borderWidth:            0
  102.  
  103. *SmeBSB.HorizontalMargins:        32
  104.  
  105. *fileMenu.new.label:            New (Ctrl-N)...
  106. *fileMenu.load.label:            Load (Ctrl-F)...   
  107. *fileMenu.insert.label:            Insert (Ctrl-I)... 
  108. *fileMenu.save.label:            Save (Ctrl-S)
  109. *fileMenu.saveAs.label:            Save As (Ctrl-W)...
  110. *fileMenu.resize.label:            Resize (Ctrl-R)... 
  111. *fileMenu.rescale.label:        Rescale (Ctrl-X)...
  112. *fileMenu.filename.label:        Filename (Ctrl-E)...
  113. *fileMenu.basename.label:        Basename (Ctrl-B)...
  114. *fileMenu.quit.label:            Quit (Ctrl-C, Q)
  115.  
  116. *editMenu.image.label:            Image (Meta-I)
  117. *editMenu.grid.label:            Grid (Meta-G)
  118. *editMenu.dashed.label:            Dashed (Meta-D)
  119. *editMenu.axes.label:            Axes (Meta-A)
  120. *editMenu.stippled.label:        Stippled (Meta-S)
  121. *editMenu.proportional.label:        Proportional (Meta-P)
  122. *editMenu.zoom.label:            Zoom (Meta-Z)
  123. *editMenu.cut.label:            Cut (Meta-C)
  124. *editMenu.copy.label:            Copy (Meta-W)
  125. *editMenu.paste.label:            Paste (Meta-Y, Ctrl-mb)
  126.  
  127. *form.clear.label:            Clear
  128. *form.set.fromVert:             clear
  129. *form.set.label:            Set
  130. *form.invert.fromVert:             set
  131. *form.invert.label:            Invert
  132.  
  133. *form.mark.vertDistance:        10
  134. *form.mark.fromVert:            invert
  135. *form.mark.label:            Mark
  136. *form.unmark.fromVert:                  mark
  137. *form.unmark.label:            Unmark
  138.  
  139. *form.copy.vertDistance:        10
  140. *form.copy.fromVert:             unmark
  141. *form.copy.radioGroup:            mark
  142. *form.copy.label:            Copy
  143. *form.move.fromVert:             copy
  144. *form.move.radioGroup:            copy
  145. *form.move.label:            Move
  146.  
  147. *form.flipHoriz.vertDistance:        10
  148. *form.flipHoriz.width:            36
  149. *form.flipHoriz.height:            36
  150. *form.flipHoriz.fromVert:         move
  151. *form.flipHoriz.bitmap:            FlipHoriz
  152. *form.up.vertDistance:            10
  153. *form.up.width:                36
  154. *form.up.height:            36
  155. *form.up.fromVert:             move
  156. *form.up.fromHoriz:            flipHoriz
  157. *form.up.bitmap:            Up
  158. *form.flipVert.vertDistance:        10
  159. *form.flipVert.width:            36
  160. *form.flipVert.height:            36
  161. *form.flipVert.fromVert:         move
  162. *form.flipVert.fromHoriz:        up
  163. *form.flipVert.bitmap:            FlipVert
  164. *form.left.width:            36
  165. *form.left.height:            36
  166. *form.left.fromVert:             flipHoriz
  167. *form.left.bitmap:            Left
  168. *form.fold.width:            36
  169. *form.fold.height:            36
  170. *form.fold.fromVert:             up
  171. *form.fold.fromHoriz:             left
  172. *form.fold.bitmap:            Fold
  173. *form.right.width:            36
  174. *form.right.height:            36
  175. *form.right.fromVert:             flipVert
  176. *form.right.fromHoriz:             fold
  177. *form.right.bitmap:            Right
  178. *form.rotateLeft.width:            36
  179. *form.rotateLeft.height:        36
  180. *form.rotateLeft.fromVert:        left
  181. *form.rotateLeft.bitmap:        RotateLeft
  182. *form.down.width:            36
  183. *form.down.height:            36
  184. *form.down.fromVert:             fold
  185. *form.down.fromHoriz:             rotateLeft
  186. *form.down.bitmap:            Down
  187. *form.rotateRight.width:        36
  188. *form.rotateRight.height:        36
  189. *form.rotateRight.fromVert:        right
  190. *form.rotateRight.fromHoriz:        down
  191. *form.rotateRight.bitmap:        RotateRight
  192.  
  193. *form.point.vertDistance:        10
  194. *form.point.fromVert:             rotateLeft
  195. *form.point.radioGroup:          move
  196. *form.point.label:            Point
  197. *form.curve.fromVert:             point
  198. *form.curve.radioGroup:          point
  199. *form.curve.label:            Curve
  200. *form.line.fromVert:             curve
  201. *form.line.radioGroup:             curve
  202. *form.line.label:            Line
  203. *form.rectangle.fromVert:         line
  204. *form.rectangle.radioGroup:          line
  205. *form.rectangle.label:            Rectangle
  206. *form.filledRectangle.fromVert:     rectangle
  207. *form.filledRectangle.radioGroup:      rectangle
  208. *form.filledRectangle.label:        Filled Rectangle
  209. *form.circle.fromVert:             filledRectangle
  210. *form.circle.radioGroup:          filledRectangle
  211. *form.circle.label:            Circle
  212. *form.filledCircle.fromVert:         circle
  213. *form.filledCircle.radioGroup:      circle
  214. *form.filledCircle.label:        Filled Circle
  215. *form.floodFill.fromVert:        filledCircle
  216. *form.floodFill.radioGroup:          filledCircle
  217. *form.floodFill.label:            Flood Fill
  218.  
  219. *form.setHotSpot.vertDistance:        10
  220. *form.setHotSpot.fromVert:         floodFill
  221. *form.setHotSpot.radioGroup:          floodFill
  222. *form.setHotSpot.label:            Set Hot Spot
  223. *form.clearHotSpot.fromVert:         setHotSpot
  224. *form.clearHotSpot.label:        Clear Hot Spot
  225.  
  226. *form.undo.vertDistance:        10
  227. *form.undo.fromVert:            clearHotSpot
  228. *form.undo.label:            Undo
  229.  
  230. ! Moved from bitmap-co.ad
  231.  
  232. *background: medium blue
  233. *foreground: cyan
  234. *borderColor: plum
  235. *frame: deep sky blue
  236. *highlight: magenta
  237. *Command.background: purple
  238. *Toggle.background: purple
  239. *MenuButton.background: purple
  240. *Command.foreground: white
  241. *Toggle.foreground: white
  242. *MenuButton.foreground: white
  243. *status.foreground: green
  244. *Dialog.icon.foreground: pale green
  245. *bitmap.stippled: off
  246.  
  247.